Feature: Validacion funcionalidades Ghost
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 36.796s |
Scenario: Como usuario, quiero crear una nueva etiqueta, un nuevo post y agregar mi etiqueta al post
Before
0m 7.231s
Given
I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
0m 6.874s
When
I enter email "testerJunior@gmail.com"
0m 0.934s
And
I enter password "testerjunior1"
0m 0.621s
And
I click login
0m 0.874s
And
I click on tags
0m 2.959s
And
I click on new tag
0m 1.062s
And
I enter tag name "Nueva Etiqueta post"
0m 1.187s
And
I enter tag description "Descripción de la nueva etiqueta"
0m 1.596s
And
I click on save
0m 0.835s
And
I click on tags
0m 1.214s
Then
I verify that an element tag with text "Nueva Etiqueta post" exists
0m 0.637s
When
I click on posts
0m 0.847s
And
I click on new post
0m 1.002s
And
I enter post title "Nueva publicación tag" in the content field
0m 0.705s
And
I enter post content "contenido de la nueva publicación tag" in the content field
0m 0.967s
And
I click publish
0m 1.107s
And
I click continue, final review
0m 0.586s
And
I click publish post, right now
0m 0.564s
And
I click Back to editor
0m 1.676s
And
I click on posts
0m 0.465s
Then
I verify that a post with text "Nueva publicación tag" exists
0m 0.309s
When
I click on a post with name "Nueva publicación tag"
0m 0.309s
And
I click on the post options element
0m 0.911s
And
I click on the tags dropdown
0m 0.352s
And
I select the tag option with text "Nueva Etiqueta post"
0m 0.348s
And
I click on Update
0m 0.352s
Then
I verify that an update notification exist
0m 0.262s
+ Show Error
Error: No se encontró un <article> con la clase "gh-notification gh-notification-passive".
at KrakenWorld.<anonymous> (/Users/feliperivera/Desktop/Kraken/features/web/step_definitions/step.js:211:15)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
After
0m 0.010s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "https://ghost-3llp.onrender.com/ghost/#/signin"
When
I enter email "testerJunior@gmail.com"
And
I enter password "testerjunior1"
And
I click login
And
I click on tags
And
I click on new tag
And
I enter tag name "Nueva Etiqueta post"
And
I enter tag description "Descripción de la nueva etiqueta"
And
I click on save
And
I click on tags
Then
I verify that an element tag with text "Nueva Etiqueta post" exists
When
I click on posts
And
I click on new post
And
I enter post title "Nueva publicación tag" in the content field
And
I enter post content "contenido de la nueva publicación tag" in the content field
And
I click publish
And
I click continue, final review
And
I click publish post, right now
And
I click Back to editor
And
I click on posts
Then
I verify that a post with text "Nueva publicación tag" exists
When
I click on a post with name "Nueva publicación tag"
And
I click on the post options element
And
I click on the tags dropdown
And
I select the tag option with text "Nueva Etiqueta post"
And
I click on Update
Then
I verify that an update notification exist
After
NO IMAGE AVAILABLE